home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMRELEASEKEY / TFRMRELEASEKEY.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.8 KB  |  123 lines

  1. inherited frmReleaseKey: TfrmReleaseKey
  2.   Left = 395
  3.   Top = 202
  4.   HelpContext = 78
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Picture.Data = {<image000.ico>}
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Lines.Strings = (
  18.         
  19.           'Releases the specified key(s) that were previously held down usi' +
  20.           'ng the "Hold '
  21.         
  22.           'Down Key" action. This action is only needed when a key or keys ' +
  23.           'need to be held '
  24.         
  25.           'down during a mouse operation or across multiple steps.  Otherwi' +
  26.           'se the "Send '
  27.         
  28.           'Keystrokes" action should be used as it supports holding down sp' +
  29.           'ecial keys also.')
  30.     end
  31.   end
  32.   inherited pnlCenter: TPanel
  33.     inherited pgcControlPage: TPageControl
  34.       inherited tbsAM5Main: TTabSheet
  35.         object lblDescript: TLabel
  36.           Left = 10
  37.           Top = 16
  38.           Width = 311
  39.           Height = 13
  40.           AutoSize = False
  41.           Caption = 'Keys to release:'
  42.         end
  43.         object cboShift: TCheckBox
  44.           Left = 24
  45.           Top = 36
  46.           Width = 129
  47.           Height = 13
  48.           Caption = '&Shift'
  49.           TabOrder = 0
  50.         end
  51.         object cboCtrl: TCheckBox
  52.           Left = 24
  53.           Top = 65
  54.           Width = 129
  55.           Height = 13
  56.           Caption = '&Ctrl'
  57.           TabOrder = 1
  58.         end
  59.         object cboAltGr: TCheckBox
  60.           Left = 24
  61.           Top = 94
  62.           Width = 129
  63.           Height = 13
  64.           Caption = 'Alt &Gr'
  65.           TabOrder = 2
  66.         end
  67.         object cboAlt: TCheckBox
  68.           Left = 24
  69.           Top = 123
  70.           Width = 111
  71.           Height = 13
  72.           Caption = '&Alt'
  73.           TabOrder = 3
  74.         end
  75.         object cboWinkey: TCheckBox
  76.           Left = 24
  77.           Top = 152
  78.           Width = 99
  79.           Height = 13
  80.           Caption = '&Winkey'
  81.           TabOrder = 4
  82.         end
  83.       end
  84.     end
  85.   end
  86.   inherited taclKeyboardTrap: TActionList
  87.     Left = 200
  88.   end
  89.   inherited dxSIBarManager: TdxBarManager
  90.     Categories.ItemsVisibles = (
  91.       2)
  92.     Categories.Visibles = (
  93.       True)
  94.     PopupMenuLinks = <
  95.       item
  96.         Control = lsvAM5Errors
  97.         PopupMenu = dxCheckPopup
  98.       end>
  99.     DockControlHeights = (
  100.       0
  101.       0
  102.       0
  103.       0)
  104.   end
  105.   inherited dxCheckPopup: TdxBarPopupMenu
  106.     ItemLinks = <
  107.       item
  108.         Item = itmCheckAllErrors
  109.         UserGlyph.Data = {00000000}
  110.         Visible = True
  111.       end
  112.       item
  113.         Item = itmCheckNoErrors
  114.         UserGlyph.Data = {00000000}
  115.         Visible = True
  116.       end>
  117.   end
  118.   inherited IvTranslator1: TIvTranslator
  119.     Left = 232
  120.     Top = 348
  121.   end
  122. end
  123.